Remove Twitter links.
[SquirrelJME.git] / .idea / fileTemplates / code / JavaDoc Method.java
blob4c0365c97ac8c7e8cb2a0d4b67e0ae5cc18d6b82
1 * Describe this.
3 #foreach($param in $PARAMS)
4 * @param $param
5 #end
6 #if($RETURN_TYPE != "void")
7 * @return
8 #end
9 #foreach($param in $TYPE_PARAMS)
10 * @param <$param>
11 #end
12 #foreach($exception in $THROWS)
13 * @throws $exception
14 #end
15 * @since $YEAR/$MONTH/$DAY